home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3scone2.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_SCONE2_H = 1;
- include("real/raytr/r3surf.js")
-
-
- var R3CLID_SCONE2 = 771;
-
-
-
-
- R3SCONE2A_A = 771501;
- function SetR3SCONE2A_A(value) {
- R3Set(this.r3obj, R3SCONE2A_A, value, R3TID_VECTOR, 0);
- }
-
- R3SCONE2A_C = 771503;
- function SetR3SCONE2A_C(value) {
- R3Set(this.r3obj, R3SCONE2A_C, value, R3TID_VECTOR, 0);
- }
-
-
-
- function r3Scone2 () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SCONE2, arguments);
- }
- // Attributes
- this.SetA=SetR3SCONE2A_A;
- this.SetC=SetR3SCONE2A_C;
- }
-
- r3Scone2.prototype=new r3Surface;
- // r3scone2.h_H